home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Clocks / Stopwatch / StopwatchView.h < prev    next >
Encoding:
Text File  |  1992-12-20  |  473 b   |  27 lines

  1.  
  2. /* Generated by the NeXT Interface Builder */
  3.  
  4. #import <appkit/appkit.h>
  5. #import <appkit/View.h>
  6.  
  7. @interface StopwatchView : View
  8. {
  9.     id    timeField;
  10.     id myAnimator, offWin, myFont;
  11.     float angle, frozenangle;
  12. }
  13.  
  14. + newFrame: (NXRect *) r;
  15. - drawSelf: (NXRect *) r : (int) n;
  16. - animate: sender;
  17. - buildDial ;
  18. - placeDial;
  19. - showTime: (char *) str;
  20. - setTimeField:anObject;
  21. - runPressed:sender;
  22. - stopPressed:sender;
  23. - resetPressed:sender;
  24. - queryPressed:sender;
  25.  
  26. @end
  27.